@font-face {
    font-family: fzxbs;
    src: url('/typeface/FZXBSJW.TTF');
}

/***** 引导页 *****/
.ydyBody {
    height: 100%;
    overflow: hidden;
}

.ydyContent {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: #ffffff;
    opacity: 1;
    transition: .6s;
}

.ydyContent.on {
    opacity: 0;
}

.ydyContent .ydyBanner {
    width: 100%;
    height: 100%;
}

.ydyContent .ydyBanner .swiper-slide {
    overflow: hidden;
}

.ydyContent .ydyBanner .pic {
    width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.ydyContent .ydyBanner .picfont {
    z-index: 2;
    width: 100%;
    height: auto;
    top: 0;
    position: absolute;
    left: 0;
}

.ydyContent .ydyBanner .pc {
    display: block;
}

.ydyContent .ydyBanner .wap {
    display: none;
}

.ydyContent #banner-pagination {
    text-align: right;
    width: calc(100% - 25px);
    width: calc(100% - .25rem);
    bottom: 30px;
    bottom: .3rem;
}

.ydyContent #banner-pagination .swiper-pagination-bullet {
    width: 12px;
    width: .12rem;
    height: 12px;
    height: .12rem;
    border-radius: 50%;
    background: #ffffff;
    opacity: .5;
    margin: 0 .03rem;
}

.ydyContent #banner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.ydyContent .ydyBtn {
    width: 76px;
    width: .76rem;
    height: 40px;
    height: .4rem;
    line-height: 40px;
    line-height: .4rem;
    display: block;
    border-radius: 20px;
    border-radius: .2rem;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-size: .16rem;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    right: 38px;
    right: .38rem;
    top: 30px;
    top: .3rem;
}

.ydyContent .ydyBtnStop {
    width: .76rem;
    height: .4rem;
    line-height: .4rem;
    display: block;
    border-radius: .2rem;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    color: #ffffff;
    font-size: .16rem;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    right: 1.3rem;
    top: .3rem;
}

.ydyContent .ydyMain {
    width: 690px;
    width: 6.9rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 345px);
    left: calc(50% - 3.45rem);
    background-color: rgba(0, 0, 0, .15);
    z-index: 3;
}

.ydyContent .ydyMain .top-link {
    width: 100%;
    padding-top: 20px;
    padding-top: .2rem;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-size: .14rem;
}

.ydyContent .ydyMain .top-link .a-link {
    color: #ffffff;
    margin: 0 10px;
    margin: 0 .1rem;
    opacity: .5;
}

.ydyContent .ydyMain .top-link .bmjz {
    background: url(2022-pTop-bmjz-ico-withe.png) no-repeat right;
    background-size: 10px 6px;
    background-size: .1rem .06rem;
    padding-right: 15px;
    margin-right: .15rem;
    margin: 0 10px;
    margin: 0 .1rem;
    opacity: .5;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.ydyContent .ydyMain .top-link .a-link:hover,
.ydyContent .ydyMain .top-link .bmjz:hover {
    opacity: 1;
}

.ydyContent .ydyMain .logo {
    margin: 100px auto 0;
    margin: 1rem auto 0;
    margin-top: calc(100vh * .1);
    display: block;
    width: 462px;
    width: 4.62rem;
}

.ydyContent .ydyMain .logo .ydy-logo-gh {
    display: block;
    margin: 0 auto;
    width: 97px;
    width: .97rem;
}

.ydyContent .ydyMain .logo .ydy-logo-font {
    display: block;
    margin: 28px auto 0;
    margin: .28rem auto 0;
    width: 462px;
    width: 4.62rem;
}

.ydyContent .ydyMain .search {
    width: 280px;
    width: 2.8rem;
    height: 42px;
    height: .42rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px;
    border-radius: .05rem;
    margin: 55px auto 0;
    margin: .55rem auto 0;
    margin-top: calc(100vh * .058);
    overflow: hidden;
}

.ydyContent .ydyMain .search .ipt {
    width: 220px;
    width: 2.2rem;
    height: 32px;
    height: .32rem;
    padding: 5px 12px;
    padding: .05rem .12rem;
    margin: 0;
    display: block;
    float: left;
    color: #ffffff;
    font-family: "微软雅黑", "microsoft yahei";
    background: none;
    font-size: 15px;
    font-size: .15rem;
}

.ydyContent .ydyMain .search .ipt::placeholder {
    color: #ffffff;
    font-family: "微软雅黑", "microsoft yahei";
    font-size: 15px;
    font-size: .15rem;
}

.ydyContent .ydyMain .search .btn {
    width: 22px;
    width: .22rem;
    height: 100%;
    display: block;
    float: left;
    background: url(2022-ydy-searchico.png) no-repeat center;
    background-size: 22px 23px;
    background-size: .22rem .23rem;
    cursor: pointer;
}

.ydyContent .ydyMain .mid-link {
    width: 100%;
    margin-top: 84px;
    margin-top: .84rem;
    margin-top: calc(100vh * .083);
    text-align: center;
}

.ydyContent .ydyMain .mid-link .a-link {
    display: inline-block;
    height: 56px;
    height: .56rem;
    line-height: 56px;
    line-height: .56rem;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 5px;
    border-radius: .05rem;
    text-align: center;
    font-size: 16px;
    font-size: .16rem;
    font-weight: 700;
    color: #034a76;
    cursor: pointer;
    margin: 0 3px;
    max-width: 0 .03rem;
    position: relative;
    border: 1px solid #ffffff;
}

.ydyContent .ydyMain .mid-link .a-link.a01 {
    width: 103px;
    width: 1.03rem;
}

.ydyContent .ydyMain .mid-link .a-link.a02 {
    width: 103px;
    width: 1.03rem;
}

.ydyContent .ydyMain .mid-link .a-link.a03 {
    width: 63px;
    width: .63rem;
}

.ydyContent .ydyMain .mid-link .a-link:hover {
    background: none;
    color: #ffffff;
}

.ydyContent .ydyMain .login-box {
    width: 100%;
    margin-top: 75px;
    margin-top: .75rem;
    margin-top: calc(100vh * .075);
    text-align: center;
}

.ydyContent .ydyMain .login-box .login,
.ydyContent .ydyMain .login-box .register,
.ydyContent .ydyMain .login-box .outbox {
    width: 160px;
    width: 1.6rem;
    height: 35px;
    height: .35rem;
    line-height: 35px;
    line-height: .35rem;
    border-radius: 17.5px;
    border-radius: .175rem;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}

.ydyContent .ydyMain .login-box .login {
    background: -webkit-linear-gradient(to right, #1f5d83, #0076be);
    background: -o-linear-gradient(to right, #1f5d83, #0076be);
    background: -moz-linear-gradient(to right, #1f5d83, #0076be);
    background: linear-gradient(to right, #1f5d83, #0076be);
    background: linear-gradient(to right, #1f5d83, #0076be);
    background: url(2022-ydy-login-bg.png) no-repeat center;
    cursor: pointer;
}

.ydyContent .ydyMain .login-box .register {
    background: -webkit-linear-gradient(to right, #319adb, #0076be);
    background: -o-linear-gradient(to right, #319adb, #0076be);
    background: -moz-linear-gradient(to right, #319adb, #0076be);
    background: linear-gradient(to right, #319adb, #0076be);
    background: linear-gradient(to right, #319adb, #0076be);
    background: url(2022-ydy-register-bg.png) no-repeat center;
    cursor: pointer;
}

.ydyContent .ydyMain .login-box .login:hover,
.ydyContent .ydyMain .login-box .register:hover {
    background-image: url(2022-ydy-login-hover.png);
}

.ydyContent .ydyMain .login-box .outbox {
    display: none;
    width: auto;
    padding: 0 40px;
    background: -webkit-linear-gradient(to right, #319adb, #0076be);
    background: -o-linear-gradient(to right, #319adb, #0076be);
    background: -moz-linear-gradient(to right, #319adb, #0076be);
    background: linear-gradient(to right, #319adb, #0076be);
    background: linear-gradient(to right, #319adb, #0076be);
}

.ydyContent .ydyMain .login-box .name {
    color: #ffffff;
    cursor: pointer;
    float: left;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.ydyContent .ydyMain .login-box .logout {
    color: #ffffff;
    cursor: pointer;
    float: left;
}

.ydyContent .ydyMain .login-box .logout::before {
    content: '/';
    display: block;
    float: left;
    margin: 0 3px;
    font-family: "Microsoft YaHei";
    margin: 0 10px;
    margin: 0 .1rem;
}

.ydyContent .ydyMain .login-box .name:hover,
.ydyContent .ydyMain .login-box .logout:hover {
    color: #ffff00;
}

.ydyContent .ydyMain .login-box .logout:hover::before {
    color: #ffffff;
}

.ydyContent .ydyMain .btm-msg {
    width: 100%;
    margin-top: 90px;
    margin-top: .9rem;
    margin-top: calc(100vh * .092);
    text-align: center;
}

.ydyContent .ydyMain .btm-msg .ewm-box {
    display: inline-block;
    text-align: center;
    width: 100px;
    width: 1rem;
    height: 70px;
    height: .7rem;
    position: relative;
    cursor: pointer;
}

.ydyContent .ydyMain .btm-msg .ewm-box i {
    width: 28px;
    width: .28rem;
    height: 28px;
    height: .28rem;
    background: no-repeat center;
    background-size: 100%;
    display: block;
    margin: 0 auto 15px;
    margin: 0 auto .15rem;
}

.ydyContent .ydyMain .btm-msg .ewm-box i.i01 {
    background-image: url(2022-ydy-ico-phone.png);
}

.ydyContent .ydyMain .btm-msg .ewm-box i.i02 {
    background-image: url(2022-ydy-ico-app.png);
}

.ydyContent .ydyMain .btm-msg .ewm-box i.i03 {
    background-image: url(2022-ydy-ico-wx.png);
}

.ydyContent .ydyMain .btm-msg .ewm-box i.i04 {
    background-image: url(2023-ydy-ico-wb.png);
}

.ydyContent .ydyMain .btm-msg .ewm-box span {
    color: #ffffff;
}

.ydyContent .ydyMain .btm-msg .ewm-box .img-phone {
    width: 120px;
    width: 1.2rem;
    height: 0;
    padding-bottom: 0;
    position: absolute;
    left: -10px;
    left: -.1rem;
    bottom: .8rem;
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    overflow: hidden;
}

.ydyContent .ydyMain .btm-msg .ewm-box .img-phone::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-left: .05rem solid transparent;
    border-right: 5px solid transparent;
    border-right: .05rem solid transparent;
    border-top: 10px solid #ffffff;
    border-top: .08rem solid #ffffff;
    position: absolute;
    left: calc(50% - 5px);
    left: calc(50% - .05rem);
    top: 120px;
    top: 1.2rem;
}

.ydyContent .ydyMain .btm-msg .ewm-box .img-phone img {
    width: 100%;
    height: 120px;
    height: 1.2rem;
}

.ydyContent .ydyMain .btm-msg .ewm-box:hover .img-phone {
    height: 120px;
    height: 1.2rem;
    padding-bottom: 10px;
    padding-bottom: .1rem;
}

.ydyContent .ydyMain .btm-msg .ewm-box .img-app {
    width: 240px;
    width: 2.4rem;
    left: -70px;
    left: -.7rem;
}

.ydyContent .ydyMain .btm-msg .ewm-box .img-app p {
    float: left;
    background-color: #ffffff;
}

.ydyContent .ydyMain .btm-msg .ewm-box .img-app img {
    width: 104px;
    width: 1.04rem;
    height: 104px;
    height: 1.04rem;
    border: 8px solid #ffffff;
    border: .08rem solid #ffffff;
    display: block;
}

.ydyContent .ydyMain .btm-msg .ewm-box .img-app span {
    line-height: 20px;
    line-height: .2rem;
    padding-top: 5px;
    padding-top: .05rem;
    color: #333;
    font-size: 12px;
    font-size: .12rem;
    display: block;
}

.ydyContent .ydyMain .btm-msg .ewm-box .img-app::before {
    top: 145px;
    top: 1.45rem;
}

.ydyContent .ydyMain .btm-msg .ewm-box:hover .img-app {
    height: 150px;
    height: 1.5rem;
}

.index-tit {
    text-align: center;
    margin-top: 20px;
    margin-top: .2rem;
}

.index-tit a {
    font-weight: 700;
    color: #015293;
}

.index-tit img {
    height: 43px;
    height: .43rem;
    display: block;
}

/***** 首页 第一屏 *****/
.index-news {
    width: 1048px;
    width: 10.48rem;
    height: 416px;
    height: 4.21rem;
    padding: 15px 20px 10px;
    padding: .15rem .2rem .1rem;
    background-color: #ffffff;
    float: left;
    margin: 20px 20px 0 0;
    margin: .2rem .2rem 0 0;
    overflow: hidden;
    border-radius: 7px;
}

.index-news .tt {
    width: auto;
    height: 60px;
    height: .6rem;
    line-height: 60px;
    line-height: .6rem;
    text-align: center;
    padding: 0 10% 0;
}

.index-news .tt a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    font-size: .3rem;
    color: #014f94;
    font-weight: 700;
}

.index-news #scroll_div {
    height: 60px;
    height: .6rem;
    line-height: 60px;
    line-height: .6rem;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 5%;
    width: 90%;
}

.index-news #scroll_div a {
    font-size: 30px;
    font-size: .3rem;
    color: #014f94;
    font-weight: 700;
    text-overflow: initial;
    margin-left: 100px;
    margin-left: 1rem;
    display: inline-block;
}

.index-news #scroll_begin,
.index-news #scroll_end {
    display: inline;
}

.index-news .news-img {
    width: 450px;
    width: 4.5rem;
    height: 346px;
    height: 3.46rem;
    margin: 15px 20px 0 0;
    margin: .15rem .2rem 0 0;
    float: left;
}

.index-news .news-img #news-img-swiper {
    width: 100%;
    height: 100%;
}

.index-news .news-img #news-img-swiper .pImgBox {
    height: 315px;
    height: 3.15rem;
}

.index-news .news-img #news-img-swiper .tit {
    width: 90%;
    padding: 0 5%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    color: rgba(255, 255, 255, .9);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-news .news-img #news-img-swiper .tit:hover {
    color: rgba(255, 255, 255, 1);
}

.index-news .news-img #news-img-pagination {
    bottom: 2px;
    bottom: .02rem;
}

.index-news .news-img #news-img-pagination .swiper-pagination-bullet {
    width: 10px;
    width: .1rem;
    height: 10px;
    height: .1rem;
    border-radius: 50%;
    margin: 0 4px;
    margin: 0 .04rem;
}

.index-news .news-txt {
    width: 578px;
    width: 5.78rem;
    height: 336px;
    height: 3.36rem;
    overflow: hidden;
    float: left;
    margin-top: 15px;
    margin-top: .15rem;
}

.index-news .news-txt .pHead01 a {
    padding: 0 15px;
    padding: 0 .15rem;
}

.index-news .news-txt .con {
    margin-top: 10px;
    margin-top: .1rem;
    padding: 0 5px;
    padding: 0 .05rem;
}

.index-linkandvideo {
    width: 252px;
    width: 2.52rem;
    height: 406px;
    height: 4.06rem;
    padding: 20px;
    padding: .2rem;
    margin-top: 20px;
    margin-top: .2rem;
    background-color: #ffffff;
    float: left;
    overflow: hidden;
    border-radius: 7px;
}

.index-linkandvideo .link-box .pImgBox {
    margin-top: 10px;
    margin-top: .1rem;
    width: 100%;
    height: 70px;
    height: .7rem;
    background-color: #f7f7f7;
}

.index-linkandvideo .link-box .pImgBox:first-child {
    margin-top: 0;
}

.index-linkandvideo .link-box .pImgBox img {
    height: 100%;
    width: auto;
    min-width: inherit;
}

.index-linkandvideo .link-box .pImgBox:hover {
    background-color: #f1f1f1;
}

.index-linkandvideo .video-box {
    width: 100%;
    height: 166px;
    height: 1.66rem;
    margin-top: 10px;
    margin-top: .1rem;
    background-color: #000;
    position: relative;
}

.index-linkandvideo .video-box .video {
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    outline: none;
}

.index-linkandvideo .video-box:hover .tit {
    opacity: 1;
}

.index-linkandvideo .video-box .tit {
    width: 100px;
    width: 1rem;
    height: 80px;
    height: .8rem;
    line-height: 80px;
    line-height: .8rem;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    color: #ffffff;
    display: block;
    position: absolute;
    right: 66px;
    right: .66rem;
    top: 28px;
    top: .28rem;
    font-size: 14px;
    font-size: .14rem;
    font-weight: 700;
    opacity: 0;
}

.index-bmdt {
    width: 420px;
    width: 4.2rem;
    height: 160px;
    height: 1.6rem;
    padding: 10px;
    padding: .1rem;
    margin: 10px 10px 0 0;
    margin: .1rem .1rem 0 0;
    float: left;
    background-color: #ffffff;
}

.index-bmdt .pHead01 a {
    padding: 0 21px;
    padding: 0 .21rem;
}

.index-bmdt .con {
    margin-top: 5px;
    margin-top: .05rem;
    padding: 0 5px;
    padding: 0 .05rem;
}

.index-zjsq {
    width: 970px;
    width: 9.7rem;
    height: 336px;
    height: 3.36rem;
    margin-top: 20px;
    margin-top: .2rem;
    float: left;
}

.index-zjsq .zjsq-sqgk {
    width: 930px;
    width: 9.3rem;
    height: 156px;
    height: 1.56rem;
    border-radius: 7px;
    background-color: #ffffff;
    padding: 20px;
    padding: .2rem;
    float: left;
}

.index-zjsq .zjsq-sqgk .con {
    margin-top: 10px;
    margin-top: .1rem;
    line-height: 36px;
    line-height: .36rem;
}

.index-zjsq .zjsq-sqgk .con a {
    text-indent: 2em;
}

.index-zjsq .zjsq-sqgk .con a:hover {
    color: #ff0000;
}

.index-zjsq .zjsq-btn {
    width: 930px;
    width: 9.3rem;
    height: 80px;
    height: .8rem;
    border-radius: 7px;
    background-color: #ffffff;
    padding: 20px;
    padding: .2rem;
    float: left;
    margin-top: 20px;
    margin-top: .2rem;
}

.index-zjsq .zjsq-btn ul::after {
    content: '';
    display: block;
    clear: both;
}

.index-zjsq .zjsq-btn li {
    width: 225px;
    width: 2.25rem;
    height: 80px;
    height: .8rem;
    float: left;
    margin-right: 10px;
    margin-right: .10rem;
    background-color: #edf5fd;
}

.index-zjsq .zjsq-btn li:last-child {
    margin-right: 0;
}

.index-zjsq .zjsq-btn li .tit {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.index-zjsq .zjsq-btn li .tit:hover {
    background-color: #dcedfe;
}

.index-zjsq .zjsq-btn li .tit img {
    width: 44px;
    width: .44rem;
    height: auto;
    display: block;
    margin: 19px 20px 0 40px;
    margin: .19rem .2rem 0 .4rem;
    float: left;
}

.index-zjsq .zjsq-btn li .tit h6 {
    line-height: 80px;
    line-height: .8rem;
    font-size: 20px;
    font-size: .2rem;
    font-weight: 700;
    color: #1f5d83;
    display: block;
    text-align: center;
    float: left;
}

.index-xc01 {
    width: 1048px;
    width: 10.48rem;
    height: 180px;
    height: 1.8rem;
    margin: 20px 20px 0 0;
    margin: .2rem .2rem 0 0;
    float: left;
    background-color: #ffffff;
    overflow: hidden;
    background-color: #ffffff;
    padding: 20px;
    padding: .2rem;
    border-radius: 7px;
}

.index-xc01 #xc01-swiper,
.index-xc01 #xc02-swiper {
    height: 100%;
}

.index-xc01 #xc01-swiper .swiper-button-next,
.index-xc01 #xc01-swiper .swiper-button-prev,
.index-xc01 #xc02-swiper .swiper-button-next,
.index-xc01 #xc02-swiper .swiper-button-prev {
    width: 24px;
    width: .24rem;
    height: 24px;
    height: .24rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .42);
    top: 55%;
}

.index-xc01 #xc01-swiper .swiper-button-next:after,
.index-xc01 #xc01-swiper .swiper-button-prev:after,
.index-xc01 #xc02-swiper .swiper-button-next:after,
.index-xc01 #xc02-swiper .swiper-button-prev:after {
    color: #ffffff;
    font-size: 12px;
    font-size: .12rem;
}

.index-xc01.xc02 {
    width: 252px;
    width: 2.52rem;
    margin-right: 0;
}

.index-xc03 {
    margin-top: 20px;
    margin-top: .2rem;
    background-color: #ffffff;
    border-radius: 7px;
    padding: 10px;
    padding: .2rem;
}

.index-xc03 .con {
    width: 100%;
    height: 60px;
    height: .6rem;
    background-color: #d0e9ff;
    overflow: hidden;
}

.index-xc03 .con::after {
    content: '';
    display: block;
    clear: both;
}

.index-xc03 .con .tit {
    width: 245px;
    width: 2.45rem;
    height: 60px;
    height: .6rem;
    float: left;
    display: block;
    margin-left: 165px;
    margin-left: 1.65rem;
}

.index-xc03 .con #xc03-swiper {
    width: 905px;
    width: 9.05rem;
    height: 100%;
    float: right;
}

.index-xc03 .con #xc03-swiper .swiper-slide {
    background-color: #d0e9ff;
}

.index-xc03 .con #xc03-swiper a {
    line-height: 60px;
    line-height: .6rem;
    position: absolute;
    font-family: 'fzxbs';
    font-size: 20px;
    font-size: .2rem;
    left: 0;
    top: 0;
    letter-spacing: 1px;
}

.index-xc03 .con #xc03-swiper a.font01 {
    color: #015293;
    z-index: 3;
}

.index-xc03 .con #xc03-swiper a.font02 {
    color: #ffffff;
    z-index: 2;
    top: 1px;
    left: 1px;
}

.index-xc04 {
    margin-top: .2rem;
    padding: .2rem;
    border-radius: 7px;
    background-color: #ffffff;
}

.index-xc04 a {
    width: 100%;
    display: block;
}

.index-xc04 img {
    width: 100%;
    height: auto;
    display: block;
}

.index-xc04 img.web {
    display: block;
}

.index-xc04 img.wap {
    display: none;
}

/***** 首页 第二屏 *****/
.index-left {
    width: 990px;
    width: 9.9rem;
    float: left;
    margin: 20px 20px 0 0;
    margin: .2rem .2rem 0 0;
}

.index-right {
    width: 390px;
    width: 3.9rem;
    float: left;
    margin-top: 20px;
    margin-top: .2rem;
}

.index-zcwj {
    width: 890px;
    width: 9.5rem;
    height: 425px;
    height: 4.25rem;
    padding: 20px;
    padding: .2rem;
    float: left;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 7px;
}

.index-zcwj .zcwj-search {
    width: 100%;
    height: 42px;
    height: .42rem;
    margin-top: 5px;
    margin-top: .05rem;
}

.index-zcwj .zcwj-search span {
    line-height: 42px;
    line-height: .42rem;
    float: left;
    display: block;
    padding-left: 30px;
    padding-left: .3rem;
    background: url(2022-index-zcwj-search-ico.png) no-repeat left;
    background-size: 20px 24px;
    background-size: .2rem .24rem;
    font-size: 18px;
    font-size: .18rem;
    color: #1f5d83;
    width: 135px;
    width: 1.35rem;
}

.index-zcwj .zcwj-search .ipt {
    width: 635px;
    width: 6.35rem;
    height: 30px;
    height: .3rem;
    line-height: 30px;
    line-height: .3rem;
    padding: 6px 15px;
    padding: .06rem .15rem;
    background-color: #f7f7f7;
    display: block;
    float: left;
    font-size: 16px;
    font-size: .16rem;
}

.index-zcwj .zcwj-search .btn {
    width: 92px;
    width: .92rem;
    height: 42px;
    height: .42rem;
    line-height: 42px;
    line-height: .42rem;
    text-align: center;
    display: block;
    border-radius: 3px;
    background-color: #1f5d83;
    font-size: 16px;
    font-size: .16rem;
    color: #ffffff;
    font-weight: 700;
    float: right;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-zcwj .zcwj-search .btn:hover {
    background-color: #0076be;
}

.index-zcwj .news-box {
    margin-top: 20px;
    margin-top: .2rem;
}

.index-zcwj .news-box .pHead01 li:last-child {
    margin-right: 0;
}

.index-zcwj .news-box .pHead01 li a {
    padding: 0 16px;
    padding: 0 .16rem;
}

.index-zcwj .news-box .con {
    margin-top: 20px;
    margin-top: .2rem;
    padding: 0 5px;
    padding: 0 .05rem;
}

.index-zcwj .news-box .con .pList01 {
    line-height: 42px;
    line-height: .42rem;
}

.index-zfxxgk {
    width: 668px;
    width: 6.68rem;
    height: 171px;
    height: 1.71rem;
    padding: 10px 20px 20px;
    padding: .1rem .2rem .2rem;
    background-color: #ffffff;
    float: left;
    margin-top: 20px;
    margin-top: .2rem;
    margin-right: 20px;
    margin-right: .2rem;
    border-radius: 7px;
}

.index-zfxxgk .tit {
    line-height: 40px;
    line-height: .4rem;
    text-align: center;
    margin-top: 10px;
    margin-top: .1rem;
}

.index-zfxxgk .tit a {
    font-size: 22px;
    font-size: .22rem;
    font-weight: 700;
    color: #1f5d83;
}

.index-zfxxgk .tit a:hover {
    color: #014f94;
}

.index-zfxxgk .zfxxgk-ul {
    padding-top: 20px;
    padding-top: .2rem;
    width: 100%;
}

.index-zfxxgk .zfxxgk-ul::after {
    content: '';
    display: block;
    clear: both;
}

.index-zfxxgk .zfxxgk-ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.index-zfxxgk .zfxxgk-ul li img {
    width: 50px;
    width: .5rem;
    height: 50px;
    height: .5rem;
    display: block;
    border: 1px solid #b9cfe4;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    margin: 0 auto .15rem auto;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-zfxxgk .zfxxgk-ul li span {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-zfxxgk .zfxxgk-ul li a:hover img {
    background-color: #f0f5fa;
}

.index-zfxxgk .zfxxgk-ul li a:hover {
    color: #014f94;
}

.index-zcwjk {
    width: 222px;
    width: 2.22rem;
    height: 161px;
    height: 1.61rem;
    padding: 20px;
    padding: .2rem;
    background-color: #ffffff;
    float: left;
    margin-top: 20px;
    margin-top: .2rem;
    border-radius: 7px;
}

.index-zcwjk a,
.index-zcwjk img {
    width: 100%;
    height: 75px;
    height: .75rem;
    display: block;
}

.index-zcwjk a:nth-child(2) {
    margin-top: 11px;
    margin-top: .11rem;
}

.index-zcwjk .wap {
    display: none;
}

.index-zwgk-btn {
    width: 350px;
    width: 3.50rem;
    height: 284px;
    height: 2.84rem;
    padding: 20px;
    padding: .2rem;
    background-color: #ffffff;
    float: left;
    border-radius: 7px;
}

.index-zwgk-btn a {
    background-color: #f7f7f7;
    display: block;
    float: left;
}

.index-zwgk-btn a img {
    width: 24px;
    width: .24rem;
    height: 24px;
    height: .24rem;
    display: block;
}

.index-zwgk-btn a:hover {
    background-color: #f1f1f1;
}

.index-zwgk-btn .link01 {
    width: 170px;
    width: 1.7rem;
    height: 90px;
    height: .9rem;
    text-align: center;
}

.index-zwgk-btn .link01 img {
    margin: 20px auto 12px auto;
    margin: .2rem auto .12rem auto;
}

.index-zwgk-btn .link01:nth-child(1) {
    margin-right: 10px;
    margin-right: .1rem;
}

.index-zwgk-btn .link02 {
    width: 100%;
    height: 54px;
    height: .54rem;
    line-height: 54px;
    line-height: .54rem;
    margin-top: 10px;
    margin-top: .1rem;
}

.index-zwgk-btn .link02 img {
    float: left;
    margin: 17px 25px 0 95px;
    margin: .17rem .25rem 0 .95rem;
}

.index-zcjd {
    width: 350px;
    width: 3.50rem;
    height: 302px;
    height: 3.02rem;
    padding: 20px;
    padding: .2rem;
    background-color: #ffffff;
    float: left;
    margin-top: 20px;
    margin-top: .2rem;
    border-radius: 7px;
}

.index-zcjd .zcjd-img {
    width: 100%;
    height: 210px;
    height: 2.1rem;
    margin-top: 10px;
    margin-top: .1rem;
    overflow: hidden;
}

.index-zcjd .zcjd-img .pImgBox img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.index-zcjd .zcjd-img #zcjd-swiper,
.index-zcjd .zcjd-img #zcjd-swiper .pImgBox {
    height: 210px;
    height: 2.1rem;
}

.index-zcjd .zcjd-img #zcjd-swiper .swiper-pagination {
    width: auto;
    height: auto;
    padding: 2px 10px;
    padding: .02rem .1rem;
    border-radius: 3px;
    background-color: rgba(31, 93, 131, .5);
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-size: .12rem;
    left: 10px;
}

.index-zcjd .zcjd-img #zcjd-swiper .swiper-pagination-current {
    color: rgba(255, 255, 255, 1);
}

.index-zcjd .zcjd-link {
    margin-top: 10px;
    margin-top: .1rem;
}

.index-zcjd .zcjd-link::after {
    content: '';
    display: block;
    clear: both;
}

.index-zcjd .zcjd-link a {
    height: 32px;
    height: .32rem;
    line-height: 32px;
    line-height: .32rem;
    float: left;
    margin-right: 19px;
    margin-right: .19rem;
}

.index-zcjd .zcjd-link a:last-child {
    margin-right: 0;
}

.index-zcjd .zcjd-link a span {
    float: left;
    margin-right: 5px;
    margin-right: .05rem;
}

.index-zcjd .zcjd-link a img {
    width: 32px;
    width: .32rem;
    height: 32px;
    height: .32rem;
    display: block;
    float: left;
}

/***** 首页 第三屏 *****/
.index-grbs {
    width: 438px;
    width: 4.38rem;
    height: 306px;
    height: 3.06rem;
    padding: 20px;
    padding: .2rem;
    background-color: #ffffff;
    margin: 20px 20px 0 0;
    margin: .2rem .2rem 0 0;
    float: left;
    border-radius: 7px;
}

.index-grbs .pHead01 a {
    padding: 0 19px;
    padding: 0 .19rem;
}

.index-grbs .link-ul::after {
    content: '';
    display: block;
    clear: both;
}

.index-grbs .link-ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 18px;
    margin-top: .18rem;
}

.index-grbs .link-ul li img {
    width: 50px;
    width: .5rem;
    height: 50px;
    height: .5rem;
    display: block;
    margin: 12px auto 10px auto;
    margin: .12rem auto .1rem auto;
}

.index-grbs .link-ul li span {
    display: block;
    margin: 0 auto 15px;
    margin: 0 auto .15rem;
}

.index-grbs .link-ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.index-grbs .link-ul li a:hover {
    background-color: #e8f2f8;
}

.index-gkxx {
    width: 4.38px;
    width: 4.38rem;
    height: 255px;
    height: 2.55rem;
    padding: 20px;
    padding: .2rem;
    background-color: #ffffff;
    margin: 20px 20px 0 0;
    margin: .2rem .2rem 0 0;
    float: left;
    border-radius: 7px;
}

.index-gkxx .con {
    margin-top: 10px;
    margin-top: .1rem;
    padding: 0 5px;
}

.index-gkxx .pList01.mail {
    line-height: 54px;
    line-height: .54rem;
}

.index-gkxx .pList01.mail li {
    border-bottom: 1px solid #ececec;
    height: 54px;
    height: .54rem;
    overflow: hidden;
}

.index-gkxx .pList01.mail li:last-child {
    border: 0;
}

.index-gkxx .pList01.mail li a {
    width: calc(80% - 64px);
    width: calc(80% - .64rem);
}

.index-gkxx .pList01.mail li label {
    width: 54px;
    width: .54rem;
    height: 24px;
    height: .24rem;
    line-height: 24px;
    line-height: .24rem;
    margin-top: 15px;
    margin-top: .15rem;
    border-radius: 12px;
    border-radius: .12rem;
    background-color: #edf5fd;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-right: .1rem;
    font-size: 14px;
    font-size: .14rem;
    color: #589bde;
    display: block;
}

.index-gkxx .pList01.wsdc {
    line-height: 30px;
    line-height: .3rem;
    padding-top: 10px;
    padding-top: .1rem;
}

.index-gkxx .pList01.wsdc li {
    padding-bottom: 12px;
    padding-bottom: .12rem;
}

.index-gkxx .pList01.wsdc a {
    display: block;
    float: none;
    width: 100%;
}

.index-gkxx .pList01.wsdc span {
    float: none;
}

.index-zwfw-ztfw {
    width: 374px;
    width: 3.74rem;
    height: 306px;
    height: 3.06rem;
    padding: 20px;
    padding: .2rem;
    margin: 20px 20px 0 0;
    margin: .2rem .2rem 0 0;
    background-color: #ffffff;
    border-radius: 7px;
    float: left;
}

.index-zwfw-ztfw ul {
    padding-top: 10px;
    padding-top: .1rem;
}

.index-zwfw-ztfw ul::after {
    content: '';
    display: block;
    clear: both;
}

.index-zwfw-ztfw ul li {
    width: 118px;
    width: 1.18rem;
    height: 120px;
    height: 1.2rem;
    margin: 10px 10px 0 0;
    margin: .1rem .1rem 0 0;
    float: left;
    background-color: #ecf5f6;
    overflow: hidden;
}

.index-zwfw-ztfw ul li:nth-child(n+3) {
    width: 118px;
    width: 1.18rem;
}

.index-zwfw-ztfw ul li:nth-child(3n) {
    margin-right: 0;
}

.index-zwfw-ztfw ul li:last-child img {
    margin-bottom: 0;
}

.index-zwfw-ztfw ul li:last-child span {
    width: 90%;
    padding: 0 5%;
    font-size: .16rem;
}

.index-zwfw-ztfw ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.index-zwfw-ztfw ul li a:hover {
    background-color: #dcedfe;
}

.index-zwfw-ztfw ul li img {
    width: 44px;
    width: .44rem;
    margin: 20px auto 10px;
    margin: .2rem auto .1rem;
}

.index-zwfw-ztfw ul li span {
    width: 100%;
    display: block;
}

.index-zwfw-rmsx {
    width: 374px;
    width: 3.74rem;
    height: 306px;
    height: 3.06rem;
    padding: 20px;
    padding: .2rem;
    margin: 20px 20px 0 0;
    margin: .2rem .2rem 0 0;
    background-color: #ffffff;
    border-radius: 7px;
    float: left;
}

.index-zwfw-rmsx .rmsx-tit {
    height: 32px;
    height: .32rem;
    line-height: 32px;
    line-height: .32rem;
}

.index-zwfw-rmsx .rmsx-tit span {
    font-size: 22px;
    font-size: .22rem;
    float: left;
    font-weight: 700;
    margin-right: 20px;
    margin-right: .2rem;
}

.index-zwfw-rmsx .rmsx-tit ul {
    float: left;
}

.index-zwfw-rmsx .rmsx-tit li {
    width: 85px;
    width: .85rem;
    text-align: center;
    height: 32px;
    height: .32rem;
    float: left;
    cursor: pointer;
    font-weight: 700;
    border-radius: 43px;
    border-radius: .43rem;
}

.index-zwfw-rmsx .rmsx-tit li.active {
    background-color: #2e5586;
    color: #ffffff;
}

.index-zwfw-rmsx .con {
    margin-top: 10px;
    margin-top: .1rem;
}

.index-zwfw-rmsx .con .pList01 {
    line-height: 44px;
    line-height: .44rem;
}

.index-zwfw-rmsx .con .pList01 li a {
    width: 90%;
}

.index-zwfw-rmsx .con .pList01 li span {
    font-family: '宋体';
    color: #719aaf;
}

.index-zwfw-menu {
    width: 428px;
    width: 4.28rem;
    height: 306px;
    height: 3.06rem;
    margin-top: 20px;
    margin-top: .2rem;
    float: left;
    background-color: #ffffff;
    border-radius: 7px;
    padding: 20px;
    padding: .2rem;
}

.index-zwfw-menu .cjsfw {
    width: 210px;
    width: 2.1rem;
    height: 306px;
    height: 3.06rem;
    float: left;
    margin-right: 10px;
    margin-right: .1rem;
    background-color: #c3dae6;
    background: -webkit-linear-gradient(#c3dae6, #aacee3);
    background: -o-linear-gradient(#c3dae6, #aacee3);
    background: -moz-linear-gradient(#c3dae6, #aacee3);
    background: linear-gradient(#c3dae6, #aacee3);
}

.index-zwfw-menu .cjsfw .tit {
    display: block;
    margin: 62px auto 30px;
    margin: .62rem auto .3rem;
    width: 152px;
    width: 1.52rem;
}

.index-zwfw-menu .cjsfw .btn {
    width: 130px;
    width: 1.3rem;
    height: 39px;
    height: .39rem;
    line-height: 39px;
    line-height: .39rem;
    display: block;
    text-align: center;
    background: url(2022-index-cjsfw-btnbg.png) no-repeat;
    background-size: 130px 39px;
    background-size: 1.3rem .39rem;
    font-weight: 700;
    color: #0f6ab4;
    margin: 30px auto 0;
    margin: .3rem auto 0;
}

.index-zwfw-menu .cjsfw .btn:hover {
    background-image: url(2022-index-cjsfw-btnbg-hover.png);
}

.index-zwfw-menu .link-box {
    width: 208px;
    width: 2.08rem;
    float: left;
}

.index-zwfw-menu .link-box .pImgBox {
    height: 148px;
    height: 1.48rem;
}

.index-zwfw-menu .link-box a:nth-child(2) {
    margin-top: 10px;
    margin-top: .1rem;
}

.index-yjzj {
    width: 432px;
    width: 4.32rem;
    height: 255px;
    height: 2.55rem;
    padding: 20px;
    padding: .2rem;
    background-color: #ffffff;
    margin: 20px 20px 0 0;
    margin: .2rem .2rem 0 0;
    float: left;
    border-radius: 7px;
}

.index-yjzj .con {
    margin-top: 10px;
    margin-top: .1rem;
    padding: 5px;
}

.index-yjzj .con .pList01 {
    line-height: 43px;
    line-height: .42rem;
}

.index-hdjl-btn {
    width: 370px;
    width: 3.7rem;
    height: 255px;
    height: 2.55rem;
    padding: 20px;
    padding: .2rem;
    background-color: #ffffff;
    border-radius: 7px;
    margin-top: 20px;
    margin-top: .2rem;
    float: left;
}

.index-hdjl-btn::after {
    content: '';
    display: block;
    clear: both;
}

.index-hdjl-btn .a-link {
    width: 160px;
    width: 1.6rem;
    height: 121px;
    height: 1.21rem;
    line-height: 121rem;
    line-height: 1.21rem;
    float: left;
    display: block;
    margin-top: 10px;
    margin-top: .1rem;
    margin-right: 10px;
    margin-right: .1rem;
    text-align: center;
    background: url(2022-index-hdjl-link-zxft.png) no-repeat left bottom #4e9ccd;
    font-size: 18px;
    font-size: .18rem;
    font-weight: 700;
    color: #ffffff;
    background-size: .73rem .73rem;
}

.index-hdjl-btn .a-link.zxft {
    background-image: url(2022-index-hdjl-link-zxft.png);
    margin-top: 0;
}

.index-hdjl-btn .a-link.znjqr {
    background-image: url(2022-index-hdjl-link-znjqr.png);
    margin-top: 0;
    margin-right: 0;
    width: 200px;
    width: 2rem;
    background-color: #5999c2;
}

.index-hdjl-btn .a-link.wsxf {
    background-image: url(2022-index-hdjl-link-wsxf.png);
    background-color: #93c3e8;
}

.index-hdjl-btn .a-link.yszzf {
    background-image: url(2022-index-hdjl-link-yszzf.png);
    margin-right: 0;
    width: 200px;
    width: 2rem;
    background-color: #7abae1;
}

.index-hdjl-btn .a-link:hover {
    background-color: #1d6dab;
}

.index-kp {
    width: 370px;
    width: 3.7rem;
    height: 306px;
    height: 3.06rem;
    background-color: #ffffff;
    overflow: hidden;
    float: right;
    padding: 10px 20px 20px;
    padding: .1rem .2rem .2rem;
    border-radius: 7px;
    margin-top: 20px;
    margin-top: .2rem;
}

.index-kp .tit {
    text-align: center;
    height: 52px;
    height: .52rem;
    line-height: 52px;
    line-height: .52rem;
}

.index-kp .tit a {
    font-size: 22px;
    font-size: .22rem;
    color: #1f5d83;
    font-weight: 700;
}

.index-kp .s-box {
    width: 100%;
    text-align: center;
    height: 24px;
    height: .24rem;
    line-height: 24px;
    line-height: .24rem;
}

.index-kp .s-box select {
    background-color: #56a5d8;
    border-radius: 3px;
    display: inline-block;
    width: 120px;
    width: 1.2rem;
    height: 24px;
    height: .24rem;
    color: #ffffff;
    padding-left: 8px;
    padding-left: .08rem;
    appearance: auto;
    font-size: 14px;
    font-size: .14rem;
}

.index-kp .s-box option {
    font-size: 14px;
    font-size: .14rem;
}

.index-kp .tjbox {
    padding: 10px 0 0;
    padding: 10px 0 0;
}

.index-kp .tjbox::after {
    content: '';
    display: block;
    clear: both;
}

.index-kp .tjbox li {
    float: left;
    height: 42px;
    height: .42rem;
    line-height: 42px;
    line-height: .42rem;
}

.index-kp .tjbox li.name {
    font-size: 16px;
    font-size: .16rem;
    width: 135px;
    width: 1.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    padding-right: .1rem;
}

.index-kp .tjbox li.kp {
    width: 225px;
    width: 2.25rem;
    font-size: 14px;
    font-size: .14rem;
    position: relative;
}

.index-kp .tjbox li.kp .tjbg {
    background-color: #f4f4f4;
    height: 12px;
    height: .12rem;
    border-radius: 6px;
    border-radius: .06rem;
    position: absolute;
    left: 0;
    top: 15px;
    top: .15rem;
    z-index: 1;
}

.index-kp .tjbox li.kp .tj {
    background-color: #78bfeb;
    height: 8px;
    height: .08rem;
    border-radius: 4px;
    border-radius: .04rem;
    position: absolute;
    left: 0;
    top: 17px;
    top: .17rem;
    z-index: 2;
}

.index-kp .tjbox li.kp label {
    position: absolute;
    width: 40px;
    width: .4rem;
    font-size: 12px;
    font-size: .12rem;
    display: block;
    text-align: center;
    right: 0;
    top: 0;
    z-index: 3;
}

.index-kp .tjbox li.kp:nth-child(2) .tj,
.index-kp .tjbox li.kp:nth-child(12) .tj {
    background-color: #78bfeb;
}

.index-kp .tjbox li.kp:nth-child(4) .tj,
.index-kp .tjbox li.kp:nth-child(14) .tj {
    background-color: #00d1a2;
}

.index-kp .tjbox li.kp:nth-child(6) .tj {
    background-color: #b99aed;
}

.index-kp .tjbox li.kp:nth-child(8) .tj {
    background-color: #f5a623;
}

.index-kp .tjbox li.kp:nth-child(10) .tj {
    background-color: #f57023;
}

.index-last-ztzl {
    width: 100%;
    height: 70px;
    height: .7rem;
    margin-top: 10px;
    margin-top: .1rem;
    background-color: #bad6e5;
}

.index-last-ztzl a {
    width: 100%;
    height: 100%;
    display: block;
}

.index-last-ztzl img {
    height: 70px;
    height: .7rem;
    display: block;
    margin: 0 auto;
}

.index-fc {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
}

.index-fc a,
.index-fc img {
    display: block;
}

.index-fc .fc-img {
    position: relative;
    z-index: 1;
}

.index-fc .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
}

@media screen and (max-width: 820px) {
    .ydyContent {
        height: 100vh;
    }

    .ydyContent .ydyBanner .pc {
        display: none;
    }

    .ydyContent .ydyBanner .wap {
        display: block;
    }

    .ydyContent .ydyBanner .pic {
        height: 100%;
        width: auto;
        min-width: 100%;
    }

    .ydyContent .ydyMain .top-link,
    .ydyContent .ydyMain .btm-msg,
    .ydyContent .ydyMain .mid-link .a-link:nth-child(1),
    .ydyContent .ydyMain .mid-link .a-link:nth-child(5) {
        display: none;
    }

    .index-news {
        width: calc(100% - 20px);
        padding: 10px;
        height: auto;
        float: none;
    }

    .index-news .news-img {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .index-news .news-txt {
        width: 100%;
        float: none;
    }

    .index-news .news-txt .pHead01 li {
        width: 25%;
        margin-right: 0;
    }

    .index-news .news-txt .pHead01 a {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .index-linkandvideo {
        width: calc(100% - 20px);
        margin-top: 10px;
        padding: 10px;
        float: none;
        height: auto;
    }

    .index-linkandvideo .link-box .pImgBox img {
        height: 100%;
        width: auto;
        min-width: auto;
    }

    .index-linkandvideo .video-box {
        height: calc(100vw *.55);
    }

    .index-linkandvideo .video-box .tit {
        opacity: 1;
        width: 1.1rem;
        height: .4rem;
        line-height: .4rem;
        top: 10px;
        right: 10px;
        border-radius: 3px;
    }

    .index-bmdt {
        width: calc(100% - 20px);
        height: auto;
        margin-right: 0;
        margin-top: 10px;
        padding: 10px;
        float: none;
    }

    .index-bmdt .pHead01 li {
        width: 33.33%;
        margin-right: 0;
    }

    .index-bmdt .pHead01 li a {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .index-zjsq {
        width: 100%;
        height: auto;
        margin-right: 0;
        float: none;
        margin-top: 10px;
    }

    .index-zjsq .zjsq-sqgk {
        width: calc(100% - 20px);
        height: auto;
        padding: 10px;
        float: none;
    }

    .index-zjsq .zjsq-btn {
        width: calc(100% - 20px);
        height: auto;
        padding: 10px;
        float: none;
    }

    .index-zjsq .zjsq-btn li {
        width: calc(50% - 5px);
        margin-right: 10px;
    }

    .index-zjsq .zjsq-btn li:nth-child(2n) {
        margin-right: 0;
    }

    .index-zjsq .zjsq-btn li:nth-child(n+3) {
        margin-top: 10px;
    }

    .index-xc01 {
        width: calc(50% - 25px);
        height: auto;
        margin-right: 10px;
        margin-top: 10px;
        padding: 10px;
    }

    .index-xc01 .pImgBox {
        height: calc(100vw * .25);
    }

    .index-xc01.xc02 {
        width: calc(50% - 25px);
        padding: 10px;
        height: calc(100vw * .25);
    }

    .index-xc01.xc02 .pImgBox {
        height: calc(100vw * .25);
    }

    .index-xc03 {
        margin-top: 10px;
        padding: 10px;
    }

    .index-xc03 .con {
        height: auto;
    }

    .index-xc03 .con .tit {
        margin-left: 10px;
        float: none;
        margin-top: 5px;
    }

    .index-xc03 .con #xc03-swiper {
        width: calc(100% - 20px);
        float: none;
        margin: 0 10px 10px;
        height: .6rem;
        text-align: justify;
    }

    .index-xc03 .con #xc03-swiper a {
        line-height: .3rem;
        height: .6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -moz-box;
        -moz-box-orient: vertical;
        -moz-line-clamp: 2;
        word-wrap: break-word;
        word-break: break-all;
    }
    
    .index-xc04 {
        margin-top: 10px;
        padding: 10px;
    }
    
    .index-xc04 img.web {
        display: none;
    }
    
    .index-xc04 img.wap {
        display: block;
    }

    .index-tit {
        width: 100%;
        height: .43rem;
        position: relative;
        overflow: hidden;
    }

    .index-tit img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .index-left,
    .index-right {
        width: 100%;
        float: none;
        margin-top: 10px !important;
    }

    .index-zcwj {
        width: calc(100% - 20px);
        padding: 10px;
        margin-top: 10px;
        margin-right: 0;
        height: auto;
        float: none;
    }

    .index-zcwj .zcwj-search {
        margin-top: 0;
        height: auto;
    }

    .index-zcwj .zcwj-search::after {
        content: '';
        display: block;
        clear: both;
    }

    .index-zcwj .zcwj-search span {
        float: none;
        margin: 0 auto;
    }

    .index-zcwj .zcwj-search .ipt {
        width: calc(100% - .3rem - .92rem - 10px);
        margin-right: 10px;
    }

    .index-zcwj .news-box {
        margin-top: .05rem;
    }

    .index-zcwj .news-box .pHead01 {
        height: auto;
    }

    .index-zcwj .news-box .pHead01 li {
        width: 33.33%;
        margin-right: 0;
        margin-top: .1rem;
    }

    .index-zcwj .news-box .pHead01 li a {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .index-zcwj .news-box .con {
        margin-top: 10px;
    }

    .index-zfxxgk {
        width: calc(100% - 20px);
        margin-top: 10px;
        margin-right: 0;
        float: none;
        height: auto;
        padding: 10px 10px .2rem;
    }

    .index-zfxxgk .zfxxgk-ul {
        padding: 0;
    }

    .index-zfxxgk .zfxxgk-ul li {
        width: 50%;
        margin-top: .2rem;
    }

    .index-zcwjk {
        width: calc(100% - 20px);
        height: auto;
        padding: 10px;
        margin-right: 0;
        float: none;
        margin-top: 10px;
    }

    .index-zcwjk::after {
        content: '';
        display: block;
        clear: both;
    }

    .index-zcwjk a {
        width: calc(50% - 5px);
        float: left;
        margin-right: 10px;
        margin-top: 0 !important;
    }

    .index-zcwjk a:nth-child(2n) {
        margin-right: 0;
    }

    .index-zcwjk .pc {
        display: none;
    }

    .index-zcwjk .wap {
        display: block;
    }

    .index-zcwjk img {
        object-fit: cover;
    }

    .index-zwgk-btn {
        width: calc(100% - 20px);
        padding: 0 10px 10px;
        margin-top: 0;
        height: auto;
    }

    .index-zwgk-btn a {
        width: calc(50% - 5px) !important;
        height: .9rem !important;
        margin: 10px 10px 0 0 !important;
        text-align: center;
        line-height: .2rem !important;
    }

    .index-zwgk-btn a:nth-child(2n) {
        margin-right: 0 !important;
    }

    .index-zwgk-btn a img {
        display: block !important;
        float: none !important;
        margin: .2rem auto .12rem auto !important;
    }

    .index-zcjd {
        width: calc(100% - 20px);
        padding: 10px;
        margin-top: 10px;
        height: auto;
    }

    .index-zcjd .zcjd-img,
    .index-zcjd .zcjd-img #zcjd-swiper {
        height: auto;
    }

    .index-zcjd .zcjd-img #zcjd-swiper .pImgBox {
        height: calc(100vw * .5);
    }

    .index-zcjd .zcjd-link a {
        width: calc(25% - .25rem);
        margin-right: .3rem;
    }

    .index-grbs {
        width: calc(100% - 20px);
        padding: 10px;
        margin-top: 10px;
        height: auto;
        float: none;
    }

    .index-grbs .pHead01 li {
        width: 33.33%;
        margin-right: 0;
    }

    .index-grbs .pHead01 li a {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .index-gkxx {
        width: calc(100% - 20px);
        padding: 10px;
        margin-top: 10px;
        height: auto;
        float: none;
    }

    .index-zwfw-ztfw {
        width: calc(100% - 20px);
        margin-top: 10px;
        padding: 10px;
        height: auto;
        float: none;
    }

    .index-zwfw-ztfw ul {
        padding-top: 0;
    }

    .index-zwfw-ztfw ul li {
        width: calc(50% - 5px) !important;
        height: .8rem;
        margin: 10px 10px 0 0 !important;
    }

    .index-zwfw-ztfw ul li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .index-zwfw-ztfw ul li img {
        float: left;
        margin-left: .3rem;
        margin-right: .2rem;
    }

    .index-zwfw-ztfw ul li span {
        width: auto;
        float: left;
        line-height: .8rem;
    }

    .index-zwfw-ztfw ul li:last-child span {
        width: calc(100% - 1.04rem);
        padding: .15rem 0 0;
        font-size: .18rem;
        line-height: .25rem;
        text-align: left;
    }

    .index-zwfw-rmsx {
        width: calc(100% - 20px);
        margin-top: 10px;
        padding: 10px;
        height: auto;
        float: none;
    }

    .index-zwfw-menu {
        width: calc(100% - 20px);
        margin-top: 10px;
        padding: 10px;
        height: auto;
        float: none;
    }

    .index-zwfw-menu::after {
        content: '';
        display: block;
        clear: both;
    }

    .index-zwfw-menu .cjsfw {
        width: 100%;
        margin-right: 0;
        float: none;
        display: inline-block;
        height: auto;
        text-align: center;
        padding-bottom: .3rem;
    }

    .index-zwfw-menu .cjsfw .tit {
        margin-top: .3rem;
    }

    .index-zwfw-menu .cjsfw .btn {
        display: inline-block;
        margin: 0 .2rem;
    }

    .index-zwfw-menu .link-box {
        width: 100%;
        float: none;
    }

    .index-zwfw-menu .link-box .pImgBox {
        width: calc(50% - 5px);
        margin-right: 10px;
        float: left;
        margin-top: 10px !important;
    }

    .index-zwfw-menu .link-box .pImgBox:nth-child(2) {
        margin-right: 0;
    }

    .index-yjzj {
        width: calc(100% - 20px);
        padding: 10px;
        margin-top: 10px;
        float: none;
        height: auto;
    }

    .index-hdjl-btn {
        width: calc(100% - 20px);
        height: auto;
        padding: 10px;
        margin-top: 10px;
    }

    .index-hdjl-btn .a-link {
        width: calc(50% - 5px) !important;
        margin-right: 10px !important;
    }

    .index-hdjl-btn .a-link:nth-child(2n) {
        margin-right: 0 !important;
    }

    .index-hdjl-btn .a-link:nth-child(n+3) {
        margin-top: 10px;
    }

    .index-kp {
        width: calc(100% - 20px);
        margin-top: 10px;
        padding: 10px;
        float: none;
    }

    .index-kp .tit a {
        font-size: .18rem;
    }

    .index-kp .tjbox li.kp {
        width: calc(100% - 1.45rem);
    }

    .index-fc {
        width: 50%;
    }

    .index-fc .fc-img {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .index-news .news-txt .pHead01 a {
        font-size: .2rem;
    }

    .index-kp {
        height: 3.16rem;
    }

    .index-kp iframe {
        height: 2.64rem !important;
    }
}